home *** CD-ROM | disk | FTP | other *** search
- object Form4: TForm4
- Left = 175
- Top = 175
- BorderIcons = []
- BorderStyle = bsSingle
- Caption = 'License Agreement & Disclaimer'
- ClientHeight = 348
- ClientWidth = 551
- Font.Charset = DEFAULT_CHARSET
- Font.Color = clWindowText
- Font.Height = -11
- Font.Name = 'MS Sans Serif'
- Font.Style = [fsUnderline]
- Position = poScreenCenter
- OnClose = FormClose
- OnCreate = FormCreate
- OnShow = FormShow
- PixelsPerInch = 96
- TextHeight = 13
- object Image1: TImage
- Left = 0
- Top = 0
- Width = 551
- Height = 348
- Align = alClient
- Picture.Data = {<image000.bmp>}
- Stretch = True
- end
- object Label1: TLabel
- Left = 6
- Top = 29
- Width = 531
- Height = 23
- Caption = 'Washer for Internet Explorer Disclaimer and License Agreement'
- Font.Charset = ANSI_CHARSET
- Font.Color = clBlue
- Font.Height = -21
- Font.Name = 'Times New Roman'
- Font.Style = [fsUnderline]
- ParentFont = False
- Transparent = True
- end
- object Memo1: TMemo
- Left = 6
- Top = 64
- Width = 539
- Height = 225
- Font.Charset = DEFAULT_CHARSET
- Font.Color = clWindowText
- Font.Height = -11
- Font.Name = 'MS Sans Serif'
- Font.Style = []
- Lines.Strings = (
-
- 'Webroot Software licenses the accompanying software to you only ' +
- 'upon the condition that you accept all of '
-
- 'the terms contained in this license agreement. Please read the t' +
- 'erms carefully before continuing installation, as '
-
- 'pressing the "agree" button will indicate your assent to them. I' +
- 'f you do not agree to these terms, please press '
-
- 'the "cancel" button to exit the install as Webroot Software is u' +
- 'nwilling to license the software to you, in which '
- 'event you should delete this product from your computer.'
- ''
- 'LICENSE AND WARRANTY:'
- ''
-
- 'The software which accompanies this license ('#39'Cache and Cookie W' +
- 'asher for IE'#39') is the property of Webroot '
-
- 'Software or its licensers and is protected by copyright law. Whi' +
- 'le Webroot Software continues to own the '
-
- 'Cache and Cookie Washer for IE software, you will have certain r' +
- 'ights to use Cache and Cookie Washer for '
-
- 'IE after your acceptance of this license. Your rights and obliga' +
- 'tions with respect to the use Cache and Cookie '
- 'Washer for IE are as follows:'
- ''
-
- 'IF YOU AGREE TO THE CACHE AND COOKIE WASHER FOR IE DISCLAIMER AN' +
- 'D LICENSE YOU MAY:'
- ''
-
- '(i) use Cache and Cookie Washer for IE on as many computers as y' +
- 'ou wish at no charge for up to but no '
-
- 'more than 30 days. After 30 days of use you must either disconti' +
- 'nue the use of Cache and Cookie Washer for '
-
- 'IE or purchase a registered version for each computer that you a' +
- 're going to use Cache and Cookie Washer '
- 'for IE on.'
- ''
- 'YOU MAY NOT:'
- ''
-
- '(i) sublicense, rent, sell, or lease any portion Cache and Cooki' +
- 'e Washer for IE;'
-
- '(ii) reverse engineer, decompile, disassemble, modify, translate' +
- ', make any attempt to discover the source code '
-
- 'of Cache and Cookie Washer for IE, or create derivative works fr' +
- 'om Cache and Cookie Washer for IE; or'
-
- '(ii) continue use of Cache and Cookie Washer for IE after your 3' +
- '0 day trial.'
- ''
- 'DISCLAIMER OF DAMAGES:'
- ''
-
- 'Webroot Software has made every effort possible to ensure that C' +
- 'ache and Cookie Washer for IE is free of '
-
- 'any bugs or errors, however in no way is this software to be con' +
- 'sidered error or bug free. By using Cache and '
-
- 'Cookie Washer for IE you assume all responsibility for any damag' +
- 'es or lost data that may result from any errors '
-
- 'or bugs in Cache and Cookie Washer for IE. Regardless of whether' +
- ' any remedy set forth herein fails of its '
-
- 'essential purpose, in no event will Webroot Software be liable t' +
- 'o you for any special, consequential, indirect or '
-
- 'similar damages, including any lost profits or lost data arising' +
- ' out of the use or inability to use Cache and '
-
- 'Cookie Washer for IE, even if Webroot Software has been advised ' +
- 'of the possibility of '
-
- 'such damages. Some states do not allow the limitation or exclusi' +
- 'on of liability for incidental or consequential '
-
- 'damages so the above limitation or exclusion may not apply to yo' +
- 'u. In no case shall Webroot Softwares liability '
-
- 'exceed the purchase price for the software. The disclaimers and ' +
- 'limitations set forth above will apply '
-
- 'regardless of whether you accept to use Cache and Cookie Washer ' +
- 'for IE.'
- ''
- 'GENERAL:'
- ''
-
- 'This Agreement will be governed by the laws of the State of Colo' +
- 'raro. This Agreement may only be modified by '
- 'a '
-
- 'license addendum which accompanies this license or by a written ' +
- 'document which has been signed by both '
-
- 'you and Webroot Software. Should you have any questions concerni' +
- 'ng this Agreement, or if you desire to '
-
- 'contact Webroot Software for any reason, please write: Webroot S' +
- 'oftware, P.O. Box 3531, Boulder CO '
- '80307.'
- '')
- ParentFont = False
- ReadOnly = True
- ScrollBars = ssVertical
- TabOrder = 0
- end
- object Button1: TButton
- Left = 159
- Top = 312
- Width = 75
- Height = 25
- Caption = 'Agree'
- Font.Charset = DEFAULT_CHARSET
- Font.Color = clWindowText
- Font.Height = -11
- Font.Name = 'MS Sans Serif'
- Font.Style = []
- ParentFont = False
- TabOrder = 1
- OnClick = Button1Click
- end
- object Button2: TButton
- Left = 280
- Top = 312
- Width = 75
- Height = 25
- Caption = 'Cancel'
- Font.Charset = DEFAULT_CHARSET
- Font.Color = clWindowText
- Font.Height = -11
- Font.Name = 'MS Sans Serif'
- Font.Style = []
- ParentFont = False
- TabOrder = 2
- OnClick = Button2Click
- end
- end
-